home *** CD-ROM | disk | FTP | other *** search
/ New Masters of Flash / New Masters of Flash.iso / pc / MOVIES / 16.dir / 00268_Text_text05.txt < prev    next >
Text File  |  2000-10-01  |  572b  |  7 lines

  1. Now for a bit of ActionScript. Make another layer (you should have four in total now: one with labels, one with the main queen animation, one with the reflection of the queen, and this final one for the ActionScripts).
  2. On the ActionScript layer double click the first frame and add these action scripts:
  3.  
  4. updown = ΓÇ£0ΓÇ¥;
  5.  
  6. This stops the queen animation before it starts and also sets the variable updown to 0, which will tell the ActionScript weΓÇÖre about to write that this movieΓÇÖs queen is down. ItΓÇÖll make more sense once weΓÇÖre done with the grunt work.
  7.